From 56532a505d02aa21ae4fc66edc6db6079e1c9c17 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 14 Dec 2021 23:42:14 -0500 Subject: [PATCH] Cosmetrics: Remove mention of a nonexisting type No such thing as GdkScrollHistory. --- gdk/gdkeventsprivate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdk/gdkeventsprivate.h b/gdk/gdkeventsprivate.h index 5e81e16d57..ab5893c22a 100644 --- a/gdk/gdkeventsprivate.h +++ b/gdk/gdkeventsprivate.h @@ -209,7 +209,7 @@ struct _GdkTouchEvent * @pointer_emulated: whether the scroll event was the result of * a pointer emulation * @tool: a `GdkDeviceTool` - * @history: (element-type GdkScrollHistory): array of times and deltas + * @history: (element-type GdkTimeCoord): array of times and deltas * for other scroll events that were compressed before delivering the * current event * @@ -233,7 +233,7 @@ struct _GdkScrollEvent gboolean pointer_emulated; gboolean is_stop; GdkDeviceTool *tool; - GArray *history; /* */ + GArray *history; /* */ }; /* -- 2.30.2